Revenue: Calculates the total order value based on the selected filters. Only includes orders with the following statuses: Pending Payment, Paid, and Finished.
Sales Orders: Counts the total number of sales orders based on the selected filters. Only includes orders with the following statuses: Pending Payment, Paid, and Finished.
Customers with Order: Counts the number of customers who made purchases based on the selected filters. Each customer is counted only once, even if they have multiple orders.
Route Schedule: Counts the number of route schedules based on the selected filters, including only those with statuses Started and Finished.
Displays the current location of each vehicle based on the latest position of the driver during the execution of a route schedule.
The system automatically checks for location changes compared to the previous position (with a minimum difference of 10 meters).
If a change is detected, the new coordinates (latitude and longitude) are saved to the server, and the vehicle’s position on the map is updated accordingly.
The report is calculated by month.
If a half-month period is selected, the monthly KPI/Target is still used to calculate performance.
The pie chart illustrates the distribution percentage of sold products based on order.
Product Distribution (%) = (Quantity Sold of Product / Total Quantity Sold of All Products) × 100
The quantities are derived from orders with the statuses Paid, Pending Payment, and Finished, and include gift products as well.
High Demand Sales Points
This chart displays the top 10 route points with the highest total quantity of products sold, including gift products. The product quantities are calculated from orders with the statuses Finished, Pending Payment, and Paid.
When a user clicks on a route point in the High Demand Sales Points chart, the product details and quantities sold for that specific route point will be displayed — including gift products.
Displays all route schedules with the status Finished.
Performance = (Actual Duration / Planned Duration ) x 100
Total Sales = Calculates the total order value of each employee. Only includes orders with the following statuses: Pending Payment, Paid, and Finished.
The chart shows the percentage distribution of break time by type for all employees.
The percentage of each break type is calculated as: Break Time Percentage = Break time of each type / Total break time.
Break time data is taken from Schedules with statuses "Finish".
This chart illustrates the work performance trend and average distance over time.
Performance % = (Actual Travel Time) / (Planned Travel Time)
Average Distance = Total Actual Distance / Number of Finished Routes